* lisp/emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
authorBozhidar Batsov <bozhidar@batsov.com>
Mon, 25 Nov 2013 17:16:32 +0000 (19:16 +0200)
committerBozhidar Batsov <bozhidar@batsov.com>
Mon, 25 Nov 2013 17:16:32 +0000 (19:16 +0200)
commit4582c6fcbedd6dc8618c98474976d2a4514c9891
tree4b5c1aa55eaf7fdc2f644ae726ad58d42a83a01e
parent7f3efe48dc103a820a499eedfba265c255b6966c
* lisp/emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
Mark as obsolete and replace it with a symbol property.
(byte-compile-form): Use new 'interactive-only property.
* lisp/comint.el, lisp/files.el, lisp/replace.el, lisp/simple.el:
Apply new 'interactive-only properly.
etc/NEWS
lisp/ChangeLog
lisp/comint.el
lisp/emacs-lisp/bytecomp.el
lisp/files.el
lisp/replace.el
lisp/simple.el